Uses of Class
misc.Range

Packages that use Range
misc   
negotiator.boaframework   
 

Uses of Range in misc
 

Methods in misc with parameters of type Range
static void DomainGenerator.findDomain(Domain domain, UtilitySpace spaceA, UtilitySpace spaceB, java.lang.String logToDirA, java.lang.String logToDirB, Range opp, Range dist, boolean biasForHighOpp, boolean varyBoth)
          Method which keeps generating new domains until a domain satisfying the bounds on the opposition and bid distribution is found.
 

Uses of Range in negotiator.boaframework
 

Methods in negotiator.boaframework with parameters of type Range
 BidDetails OMStrategy.getBid(OutcomeSpace space, Range range)
          Returns a bid selected using the opponent model with a utility in the given range.
 java.util.List<BidDetails> SortedOutcomeSpace.getBidsinRange(Range r)
          gets a list of BidDetails that have a utility within the range
 java.util.List<BidDetails> OutcomeSpace.getBidsinRange(Range range)
          Returns a list of bids (from possibleBids) that have a utility within the given range.